Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / PrintManager Class / saveWorkbooksToPDF Method / saveWorkbooksToPDF(OutputStream,List<IWorkbook>) Method
The specified pdf file.
The workbook collection.
In This Topic
    saveWorkbooksToPDF(OutputStream,List<IWorkbook>) Method
    In This Topic
    Saves the datas from different workbooks to the specified pdf file stream.
    Syntax
    public void saveWorkbooksToPDF( 
       java.io.OutputStream stream,
       java.util.List<IWorkbook> workbooks
    )

    Parameters

    stream
    The specified pdf file.
    workbooks
    The workbook collection.
    See Also